SpreadsheetGear 2010
SetArray(Object[,]) Method
See Also  Send Feedback
SpreadsheetGear.CustomFunctions Namespace > IValue Interface > SetArray Method : SetArray(Object[,]) Method

values
The objects to be returned by this custom function. Each object must be a Double, String, ValueError, Boolean or null, or else the result of the array element will be ValueError.Value.
Sets the result to the specified two dimensional array of values.

Syntax

Visual Basic (Declaration) 
Overloads Sub SetArray( _
   ByVal values(,) As Object _
) 
C# 
void SetArray( 
   object[,] values
)

Parameters

values
The objects to be returned by this custom function. Each object must be a Double, String, ValueError, Boolean or null, or else the result of the array element will be ValueError.Value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

IValue Interface
IValue Members
Overload List
SpreadsheetGear.CustomFunctions.IValue.SetArray(System.Double[0:,0:])

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.